DoReassignWires(Function,Boolean,AnyPropertyId[]) Method
In This Topic
Syntax
Parameters
- oFunction
- Function on which this procedure will be executed.
- bChangeExistingProperties
- If true existing wire properties can be changed.
- arrListOfExcludedAnyPropertyIds
- List of properties ids. Value of those properties will not be changed. Can be NULL.
Exceptions
Exception | Description |
ArgumentNullException | If oCable is NULL. |
ArgumentException | If parameter is invalid. |
ApplicationException | Internal interface
could not be
created. |
BaseException | An error occurred when reassigning wires.
Please read the exception message. |
See Also